PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioItem Class / setFileName Method
The name of the file associated with the content stored in com.o2sol.pdf4java.portfolios.PDFPortfolioItem.setContent(byte[]) method.
In This Topic
    setFileName Method
    In This Topic
    Sets the file name.
    Syntax
    public void setFileName( 
       java.lang.String value
    )

    Parameters

    value
    The name of the file associated with the content stored in com.o2sol.pdf4java.portfolios.PDFPortfolioItem.setContent(byte[]) method.
    See Also